home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / clasfy43.zip / CLBATCH.ZIP / YPROTR.BAT < prev    next >
DOS Batch File  |  1993-04-12  |  423b  |  8 lines

  1. echo off
  2. rem *************************************************************************
  3. rem This Batch file is used to RECEIVE a file from the BBS caller: DSZ YMODEM
  4. rem    %1 = ComPort that CLASSIFY will pass to the batch
  5. rem    %2 = File Name ...CLASSIFY will pass the name it wants to call the file
  6. rem *************************************************************************
  7. dsz port %1 handshake both rb -p %2
  8.